ocaml: Add XC bindings.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 6 May 2010 10:02:18 +0000 (11:02 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 6 May 2010 10:02:18 +0000 (11:02 +0100)
commit8b7ce06a2d341c1fa9399faa5f89dc5934b15e1e
treea2f62c1b769189088797829629bfde1540274a1b
parentd3e649277a136bc59c6f4fc5f9b13e2fe2283b36
ocaml: Add XC bindings.

This include a small and simpler reimplementation of libxc.

Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
tools/ocaml/libs/xc/META.in [new file with mode: 0644]
tools/ocaml/libs/xc/Makefile [new file with mode: 0644]
tools/ocaml/libs/xc/xc.h [new file with mode: 0644]
tools/ocaml/libs/xc/xc.ml [new file with mode: 0644]
tools/ocaml/libs/xc/xc.mli [new file with mode: 0644]
tools/ocaml/libs/xc/xc_cpufeature.h [new file with mode: 0644]
tools/ocaml/libs/xc/xc_cpuid.h [new file with mode: 0644]
tools/ocaml/libs/xc/xc_e820.h [new file with mode: 0644]
tools/ocaml/libs/xc/xc_lib.c [new file with mode: 0644]
tools/ocaml/libs/xc/xc_stubs.c [new file with mode: 0644]